Overload | Description |
---|---|
WithStrictOrderingFor(Expression<Func<TExpectation,Object>>) | Causes the collection identified by expression to be compared in the order in which the items appear in the expectation. |
WithStrictOrderingFor | Causes the collection identified by the provided predicate to be compared in the order in which the items appear in the expectation. (Inherited from FluentAssertions.Equivalency.SelfReferenceEquivalencyOptions<EquivalencyOptions<TExpectation>>) |